home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Transportation
/
InventorLabs - Transportation.iso
/
pc
/
builders
/
media
/
netacess
/
url95.dir
/
00020_Script_20
< prev
next >
Wrap
Text File
|
1996-10-10
|
444b
|
17 lines
on enterFrame
global TheWeb
--
-- Use this handler when the user has installed
-- AOL
--
if objectP(TheWeb) then
set theUser to the text of member "UserName"
set thePassword to the text of member "Password"
set WebError = TheWeb(mOpenKeyword,"hminet",theUser,thePassword)
if WebError <> 0 then
set the text of member "ErrorReport" to TheWeb(mGetWebError,WebError)
end if
end if
end
end